@import url("../css/fonts.css"); /* Using a url */
body {
  width: 100%;
  height: 100%;
  direction: rtl;
  text-align: right;
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font: 12pt "Jazeera";
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page {
  width: 793.70px;
  min-height: 100%;
  padding: 19.59px;
  margin: 37.79px auto;
  border: 1px #D3D3D3 solid;
  border-radius: 1px;
  background: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.subpage {
  padding: 0px;
  height: auto;
 
}
.content{ 
    font-size: 14px;
    font-family: "Jazeera";
    font-weight: 200;
    margin: 0px 15px;
  }
  table {
    border-collapse: collapse;
}
td, th {
    border: 1px solid black;
    padding: 3px;
    height: auto;
}
  td {
    font-size: 12px;
    font-weight: 200;
    width: 362px;
    height: auto;
    padding: 0px 15px;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-word;
  }
  .td-no-border-top{
    border-top: none!important;
  }
  .td-no-border-left{
    border-left: none!important;
  }
  
  .td-no-border-right{
    border-right: none!important;
  }
  .td-no-border-bottom{
    border-bottom: none!important;
  }
  .title{
    padding: 10px 0;
    font-size: 13px;
    font-family: "Jazeera";
    font-weight: 300;
}
.title-eng{
  padding: 10px 0;
  font-size: 13px;
  font-family: "Jazeera";
  font-weight: bold;
}
ul {
  margin: 0 0;
  padding:  0 0;
}
ol{
  margin: 0 0;
  padding: 0 0;
}
li{
  margin: 0 5px ;
  text-decoration: none;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
     width: 210mm;
      height: 297mm ;      
  }
  .page {
      margin: 0;
      border: initial;
      border-radius: initial;
      width: initial;
      min-height: initial;
      box-shadow: initial;
      background: initial;
      page-break-after: always;
  }
}
.full-width{width:100%;}
.width80{width:80%;}
.font15{font-size: 15px;}
.m-0{margin:0!important;}
.m-l-0{margin-left:0;} .m-l-5{margin-left:5px;} .m-l-30{margin-left:30px;}
.m-r-0{margin-right:0;} .m-r-30{margin-right:30px;} .m-r-5{margin-right:5px;}.m-t--20{margin-top: -20px;}
.m-t-0{margin-top:0;} .m-t-5{margin-top:5px;}   .m-t-10{margin-top:10px;}  .m-t-20{margin-top:20px;}.m-t-30{margin-top:30;}
.m-b-0{margin-bottom:0;}.m-b-10{margin-bottom:10;} .m-b-15{margin-bottom:15;}  .m-b-20{margin-bottom:20;}
.p-0{padding:0!important;}
.p-l-0{padding-left:0;} .p-l-5{padding-left:5px;} .p-l-30{padding-left:30px;} .p-r-70{padding-right:70px;}
.p-r-0{padding-right:0;} .p-r-30{padding-right:30px;} .p-r-5{padding-right:5px;} .p-r-70{padding-right:70px;}
.p-t-0{padding-top:0;} .p-t-30{padding-top:30;}
.p-b-0{padding-bottom:0;} .p-b-10{padding-bottom:10;} .p-b-15{padding-bottom:15;} .p-b-20{padding-bottom:20;}


.bold{
  font-weight: 300;
}
.regular{
  font-weight: 200;
}
.light{
  font-weight: 100;
}
.TextUnderline{
  text-decoration: underline;
}
.right{
  float:right;
}
.left{
  float: left;
}
.center{
  text-align: center;
  width: 100%;
}
.text-right{
  text-align: right!important;
}
.text-left{
  text-align: left!important;
}
.arb{
  direction: rtl;
}
.eng{
  direction: ltr;
}
.display-block{
display: inline-block;
}
/*sharma*/

.marl10{ margin-left: 5px;}
.martop10{ margin-top: 10px;}
.mart20{margin-top:20px;}
.RefFile2{
	 text-decoration: underline;
  float: left;
}